home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / Apple II / Essentials / Essentials.sea / File.Type.Notes / FTN.E2.FFFF < prev   
Encoding:
Text File  |  1993-06-15  |  2.5 KB  |  60 lines  |  [TEXT/GEOL]

  1. Apple II
  2. File Type Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. File Type:       $E2 (226)
  7. Auxiliary Type:  $FFFF
  8.  
  9. Full Name:       EasyMount document
  10. Short Name:      EasyMount document
  11.  
  12. Written by:      Dave Lyons                                          May 1992
  13.  
  14. Files of this type and auxiliary type contain EasyMount documents used by the
  15. System 6.0 EasyMount Finder extension.
  16. _____________________________________________________________________________
  17.  
  18. The EasyMount Finder extension in System 6.0 creates EasyMount documents and
  19. uses them to let the user quickly connect to shared disks.
  20.  
  21. THE FILE FORMAT
  22.  
  23. An EasyMount document has the following format.  In future versions, more data
  24. may be added to the end.
  25.  
  26. serverName     (+000)   String  Name of server to connect to.
  27. entityName     (+xxx)   String  Always "AFPServer".  Immediately follows
  28.                                 serverName.
  29. zoneName       (+xxx)   String  Name of zone containing server.  Immediately
  30.                                 follows entityName.
  31. volumeName     (+097) 28 Bytes  Name String of specific volume to use on the
  32.                                 server.  This field takes 28 bytes regardless
  33.                                 of the length of the String.
  34. userName       (+125) 32 Bytes  User name String to connect with.  This field
  35.                                 takes 32 bytes regardless of the length of
  36.                                 the String.
  37. serverPassword (+157)  8 Bytes  Password to connect with (padded with
  38.                                 trailing zero bytes; all zeros to connect as
  39.                                 Guest).
  40. volumePassword (+165)  8 Bytes  Volume password (padded with trailing zero
  41.                                 bytes).  Most servers do not use volume
  42.                                 passwords, and EasyMount always fills this
  43.                                 field with zeros.
  44.  
  45.  
  46. Note that the userName field is big enough for a 31-character user name (with
  47. length byte).  Although 32-character user names are valid under AppleShare,
  48. EasyMount can't deal with them (for historical reasons).
  49.  
  50. Passwords are stored UNENCRYPTED in EasyMount documents; finding one with a
  51. saved password is the same as finding that user's password to the server.
  52. Please take appropriate security precautions if you save passwords in
  53. EasyMount documents.
  54.  
  55.  
  56. Further Reference
  57. _____________________________________________________________________________
  58.  
  59.    o   System 6.0 Documentation
  60.